home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / pc_dcl.zip / DCL.INI < prev    next >
Text File  |  1992-01-08  |  469b  |  33 lines

  1. !
  2. !  DCL init file
  3. !  *************
  4. !
  5. Username = Joe User
  6. !
  7. !
  8. ! Default extension for DCL command files if omitted
  9. !
  10. DefCmdFileExt = DCL
  11. !
  12. !
  13. ! File specification type
  14. !  VMS = DEV:[DIR1.DIR2...]NAME.EXT;VERS
  15. !  DOS = D:\DIR1\DIR2\NAME.EXT
  16. !
  17. FileSpecs = DOS
  18. !
  19. !
  20. ! Submit unknown DCL command to DOS command interpreter (YES/NO)
  21. !
  22. AllowDosCmd = YES
  23. !
  24. !
  25. ! Allow swapping to EMS 
  26. !
  27. SwapEms = Yes
  28. !
  29. !
  30. ! Disk swapping path
  31. SwapDisk = D:\;C:\
  32. !
  33.